home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / alad130.arc / ALAD130.EXE / lha / !README!.1ST < prev    next >
Text File  |  1990-08-17  |  12KB  |  316 lines

  1. -------------------------------------------------------------------
  2.          RELEASE NOTES FOR GENIE PC ALADDIN(tm) VERSION 1.30
  3. -------------------------------------------------------------------
  4.  
  5. If you are upgrading from Aladdin versions 1.03 to 1.30, you need to
  6. replace the following files,
  7.  
  8.      ALAD.EXE
  9.      ALADDIN.EXE
  10.      ALADDIN.HLP
  11.      GENIE.LST
  12.  
  13.                         == IMPORTANT ==
  14.  
  15. ALL USERS MUST ASK ALADDIN TO UPDATE THE TOPIC INDEXES FOR ALL
  16. THE RT'S IN WHICH THEY VISIT THE MESSAGE AREAS. NO EXCEPTIONS.
  17. This is because we have changed the format of the .TOP topic
  18. file and you have to ask Aladdin to rebuild it.
  19.  
  20. If you are using a version of Aladdin earlier than 1.10, you
  21. need to copy the ALADCVT.EXE program to your current Aladdin
  22. directory and run it. It will convert your existing ALADDIN.CFG
  23. to the 1.30 format and make a backup copy of your previous
  24. ALADDIN.CFG in a file called ALADCFG.OLD.
  25.  
  26. If you are using Aladdin versions 1.10 through 1.20, no changes
  27. need to be made to your ALADDIN.CFG configuration file.
  28.  
  29.                - NOTE TO ALADDIN 1.00 USERS -
  30.  
  31. ALADCVT.EXE will not convert an ALADDIN.CFG configuration file
  32. created by version 1.00 of Aladdin. If you are still using
  33. version 1.00, you will need to write down your configuration
  34. data, delete ALADDIN.CFG and run the new ALADDIN.EXE program
  35. file to create a new ALADDIN.CFG (it will create one by itself).
  36. You can then re-enter your configuration information.
  37.  
  38. -----------------------------------------------------------------
  39.  
  40. - Major Changes
  41.  
  42. 1) Modified .DBF handler code so that a) it draws the file's
  43. header size from the file itself instead of a hard-coded number,
  44. allowing for use of LIBFILES.DBF directly and b) it truncates
  45. the last char from the file before a check for new files if it
  46. is a Ctrl-Z to avoid the offset listing problem.
  47.  
  48. 2) Asynch buffer size (and hence the lookback buffer as well)
  49. has been doubled in size to 16k. The reason is to give 8088
  50. machines more breathing room in the buffer during long ops and
  51. to increase the size of the lookback buffer.
  52.  
  53. 3) Added /NOMACROS command line argument to disable keyboard
  54. macros on machines that can't handle them.
  55.  
  56. 4) Added /NODMA command line argument for PCjr and other non-DMA
  57. machines.  All this does is tell Zmodem that the maximum data to
  58. be sent at one time is 512 bytes, and that the sender (GEnie's
  59. SZ) should wait for an acknowledgement before sending any more
  60. data. This in effect turns Zmodem into a slow Xmodem-like
  61. protocol, but it works on the non-DMA machines.
  62.  
  63. 5) Added variable headers and MobyTurbo support to the Zmodem
  64. driver.
  65.  
  66. 6) Modified file viewer to use a virtual mem scheme so it can
  67. view any size file up to 64,000 lines long.
  68.  
  69. 7) Modified help screen for Technical Support to try and
  70. convince people that they should not call me in Puerto Rico for
  71. technical support. For one thing, the call is expensive, and I'm
  72. not always there (but my answering machine is)... <sigh>
  73.  
  74. 8) Added notice logging, viewing and flushing functions. The "N"
  75. option in the terminal mode menu views notices, the "F" option
  76. flushes them.
  77.  
  78. 9) Added code that forces user to read the bulletin if there are
  79. msgs pending to read and the user presses "R" on the BB menu.
  80. File viewer now also accepts the right arrow key as a valid exit
  81. key so that users don't have to press Esc to move from the
  82. bulletin to the first message. Seems more intuitive to me that
  83. way, anyway.
  84.  
  85. 10) Aladdin now keeps a "bookmark" of the the message that the
  86. user was reading on GEmail or the RT's. It does -not- retain the
  87. bookmark when you exit Aladdin, it only retains it while you are
  88. running Aladdin. For example, if you were reading message 16 on
  89. the IBM RT and you had to go look at a file and come back to
  90. reading, but you DID NOT exit Aladdin, when you press "R" to
  91. read the IBM RT messages again Aladdin will put you right on
  92. message 16, where you left off. The bookmark is also reset when
  93. you download new messages.
  94.  
  95. 11) Modified reply code so that multiple replies to the same
  96. topic are merged into one. This is done by checking to see if a
  97. reply to a topic already exists and if so bringing that one up
  98. for editing instead of creating a new one.
  99.  
  100. 12) Modified autopass download code with Zmodem enabled so that
  101. it queues on the ZRQINIT to start a Zmodem download after
  102. receiving the "File is ready prompt."
  103.  
  104. 13) Increased max category limit to 99.
  105.  
  106. 14) Increased SL limit to 15,000 files.
  107.  
  108. 15) Modified message upload to use *UP instead of *B. Noticeably
  109. faster now.
  110.  
  111. 16) Increased available RT's to 21.
  112.  
  113. -----------------------------------------------------------------
  114.  
  115. - Minor Changes
  116.  
  117. 1) Added PgDn, PgUp, Home and End key support to the category
  118. selection screen that you get when you want to start a topic.
  119.  
  120. 2) Added code to wait for OK from modem when sending modem
  121. commands.  Aladdin will wait 5 seconds for the OK, otherwise it
  122. will continue on its merry way. The OK is -not- necessary for
  123. Aladdin to function properly.
  124.  
  125. 3) Fixed script language HIDE command bug (wasn't working).
  126.  
  127. 4) Fixed problem with bulletin not being updated when checking
  128. for new files only.
  129.  
  130. 5) Changed notify reply message to let the sender know that the
  131. notify has been stored and the user has been notified of its
  132. arrival.
  133.  
  134. 6) Modified code so that if in config screen and on break char
  135. or prompt char fields and the user presses F1 for help, when the
  136. user exits help the field will not be filled with an ASCII 255.
  137.  
  138. 7) Squashed "ALL" loop bug.
  139.  
  140. 8) Documented SENDSPECIALCOMMAND script command in the help
  141. facility.
  142.  
  143. 9) Changed the definition of the LIBRARY field in the .DBF
  144. files from numeric to character to match the LIBFILES
  145. definition.
  146.  
  147. 10) Added code to display RT name at top of "J" to id what RT's
  148. files are being displayed.
  149.  
  150. 11) Added, for consistency, code that moves cursor down after a
  151. AUT, # or DAT mark on a topic.
  152.  
  153. 12) /MR lockup problem squashed.
  154.  
  155. 13) Added code to check for lost carrier in Xmodem download or
  156. upload.
  157.  
  158. 14) Modified Zmodem code so that files downloaded manually with
  159. Zmodem will go to the same directory specified as the Xmodem
  160. attached file download path in the config screen.
  161.  
  162. 15) Modified login code so that if modem is reporting DCD high
  163. (connect) but there is no connection to GEnie Aladdin will
  164. timeout 5 seconds after sending a CR to determine if GEnie's
  165. online and not having gotten any response.
  166.  
  167. 16) Modified dialing code so that Aladdin will only redial 10
  168. times if it can't make a connection.
  169.  
  170. 17) Modified Zmodem code to more accurately show file transfer
  171. efficiencies and to show exact number of bytes, packets
  172. and file transfer efficiency at end of transfer instead of
  173. showing the GEnie file numbers with the rounding adjustment.
  174.  
  175. 18) Fixed obscure Xmodem bug that would cause problems if the
  176. network ate an Xmodem packet.
  177.  
  178. 19) Fixed message/upload edit code so that user don't gets
  179. phantom edit select line.
  180.  
  181. 20) Fixed incorrect TO: field scanning code in reply handler.
  182. Aladdin now correctly determines FROM, TO and SUB fields in
  183. making reply.
  184.  
  185. 21) Aladdin now hangs up phone if a runtime error is encountered.
  186.  
  187. 22) Added code to strip paths from work files names when the
  188. names are posted on the lower right hand corner status field.
  189.  
  190. 23) Added verification of download path for GEmail attached files
  191. and RoundTable setup download path.
  192.  
  193. 24) Fixed problem with category list being corrupted when Aladdin
  194. checks for new messages in an RT.
  195.  
  196. 25) Fixed problem with cursor moving to wrong place in main menu
  197. when up/down arrows are pressed to display RT list.
  198.  
  199. 26) Fixed problem with extracting to non-existent file.
  200.  
  201. 27) Modified script interpreter so that it doesn't try to init
  202. terminal mode every time a script is to be run (perform).
  203.  
  204. 28) Modified ENDCAPTURE statement so that runtime error code is
  205. not generated if capture file is not open.
  206.  
  207. 29) Modified code so that GEmail menu item on main menu is marked
  208. correctly depending on what action is queued up.
  209.  
  210. 30) Modified J screen file mark code to make sure that it deletes
  211. any check files that it creates in the process of checking for
  212. the existence of a file.
  213.  
  214. 31) Modified message reply code so that it doesn't show the
  215. instructions that say you can edit the PATH field when entering
  216. a private REPLY to a BB message.
  217.  
  218. 32) Modified local SL search code to allow search to go back 9999
  219. days (and 9999 as the default) because many files were uploaded
  220. more than 1000 days ago and they would not show on local
  221. searches.
  222.  
  223. 33) Modified file description browse code to erase 0 byte file
  224. created when the user tells Aladdin to download the browsed
  225. file.
  226.  
  227. 34) Modifed BBS and SL code so that the currently selected topic
  228. or file, respectively, is highlighted to make selections easier
  229. to see.
  230.  
  231. 35) Modified exit code to display more complete runtime error
  232. information and possible causes.
  233.  
  234. 36) Reinstated capability to save and print messages more than
  235. once.
  236.  
  237. 37) Modified comm init code to pick up COM port base port
  238. addresses from DOS low memory table. COM port driver now checks
  239. table at 40:0 to find base port address for the port Aladdin is
  240. to use. If it doesn't find it, it sets the port to the proper
  241. port address then calls the BIOS to init it.
  242.  
  243. 38) Modified message reply code so that if a message reply is
  244. turned into an email to be sent from the RT the program doesn't
  245. query for Subject or file: (can't send an attached file with a
  246. SEND command from the BB).
  247.  
  248. 39) Modified login from product index so that Aladdin waits for
  249. the GEnie prompt before doing anything else on that type of
  250. special login. This should take care of the problem with the
  251. READ prompt being issued to fast.
  252.  
  253. 40) Modified exit cleanup routine to stop and log billing if the
  254. billing counter is still running when it comes time to exit to
  255. DOS.
  256.  
  257. 41) Added code that makes sure that exi/timep is triggered for
  258. checking mail.
  259.  
  260. 42) Modified "H" command so that it takes you to the CB if you
  261. press it while having the LiveWire ChatLines BB selected. SL
  262. menu code was also modified to match.
  263.  
  264. 43) Added HHH script command that turns on and off the sending
  265. out of the "HHH" characters required to get the U#= login prompt
  266. from the node.  "HHH ON" enables the sending of the three H's,
  267. "HHH OFF" disables it.  This was added to accomodate European
  268. users who do not need the "HHH" to get the U#= prompt and who
  269. need to use the /LS argument along with a customized login
  270. script...
  271.  
  272. 44) Added /HELP and /? command line options which cause Aladdin
  273. to display a list of command line arguments available, then exit
  274. to DOS.
  275.  
  276. 45) Modified the Zmodem driver so that if it is called with a
  277. full path AND filename to download to it ignores the filename
  278. that GEnie sends it and uses the given one instead.  Modified
  279. filename display on top of download status window so that it
  280. displays the full path and filename, truncated to 30 characters.
  281. If the path and filename is greater than 30 chars it truncates
  282. to 27 and appends three periods "...".
  283.  
  284. 46) Implemented scrolling category display for the "T" command to
  285. handle the new 99 max category limit. ALL TOPIC INDEXES MUST BE
  286. UPDATED WHEN UPGRADING TO THIS NEW VERSION.
  287.  
  288. 47) Added code in Zmodem terminal mode autodownload trigger to
  289. flush asynch buffer again when Zmodem download is finished and
  290. turn off the Zmodem trigger ^X boolean var.
  291.  
  292. 48) Login string is now completely hidden, does not show up even
  293. in scrollback.
  294.  
  295. 49) Modified RT pending action marks on main menu, pending
  296. incoming has right marker, pending outgoing has left marker,
  297. pending incoming and outgoing has left-right arrow.
  298.  
  299. 50) Added Ctrl-End keystroke to terminal mode, sends out a true
  300. break.
  301.  
  302. 51) Modified code so that last file name prompted for is retained
  303. in pop up windows, such as for Alt-F8, etc.
  304.  
  305. 52) Fixed problem with multiple reply edit requests that would
  306. cause the program to run out of file handles and cause very
  307. unpredictable behavior.
  308.  
  309. 53) Fixed problem with Alt-F8 viewer not showing last line of
  310. displayed text.
  311.  
  312. 54) Fixed problem with product index sort request locking up
  313. the machine.
  314.  
  315. 55) Fixed problem with invalid file numbers in download requests.
  316.